home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / localaliases.txt < prev    next >
Text File  |  2002-07-09  |  2KB  |  43 lines

  1. // localaliases.txt
  2. // ----------------------------------------------------------------------------
  3. // This is where you can add your own aliases. This file will not be overwritten
  4. // when the toolbar is updated.
  5. //
  6. // The format is as follows: 
  7. //               <alias>|<action>|<title>|<description>|<category>
  8. //
  9. // A single <tab> or pipe "|" is used as a separator.
  10. // The symbol %s is a placeholder that will be replaced with the user-entered
  11. // search term upon execution.
  12. //
  13. // The <title> and <description> are used in the help window to describe the 
  14. // purpose of the alias.
  15. //
  16. // The <category> can be used to define a category for the search to be listed 
  17. // under in the help and the menus.  If no category is defined, it will be listed 
  18. // under the 'Shortcuts' category.
  19. //
  20. // NOTE: Only the <alias> and <action> fields are required, BUT currently all 
  21. // preceeding fields must be supplied.  I.e., this will work:
  22. //               <alias>|<action>|<title>
  23. // But, this will not:
  24. //               <alias>|<action>|||<category>
  25. //
  26. // (I.e., consecutive delimiters will be collapsed to a single delimiter.)
  27. //
  28. // ----------------------------------------------------------------------------
  29. // The following are some example aliases that you can use or modify for your
  30. // own purposes:
  31. //
  32. // movie|ym
  33. // mov|movie
  34. // sf|http://sourceforge.net/|SourceForge|SourceForge main web site
  35. // sfp|http://sourceforge.net/projects/%s|SourceForge project page|SourceForge project page - Ex. "sfp dqsd"
  36. // excel|run excel
  37. // exp|run explorer /e, "%s"
  38. // tulsa|map %s, Tulsa, OK
  39. // word|run winword|Microsoft Word|Start Microsoft Word|Microsoft Office
  40. // cp|run control|Control Panel
  41. // 
  42. // ----------------------------------------------------------------------------
  43.